home *** CD-ROM | disk | FTP | other *** search
- /*
- ** @(#)vrfile.h 1.1 (NCSA) 9/27/87
- **
- ** File format definitions for Raster routines
- **
- ** Not all machine have to implement each format. The only requirement
- ** is that format RF_GUESS should be a reasonable default.
- */
-
- #define RF_GUESS 0 /* a good choice for default */
- #define RF_SUNRAS 1 /* Sun standard Raster */
- #define RF_SUNRLE 2 /* Sun RLE */
- #define RF_NCSARAW 3 /* NCSA old but standard raw format */
- #define RF_MACPICT 4 /* Macintosh Picture Format */
- #define RF_MACPAINT 5 /* Macintosh Paint Format */
- #define RF_ISRIM 6 /* Illinois Standard Raster Image */
- #define RF_NCSAVIS 7 /* NCSA Visualization Group */
- #define RF_NCSASTD 8 /* NCSA standard (vaporware?) */
-